home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00757_Script_CCLUB GRIZ PAYOFF < prev    next >
Text File  |  1995-05-21  |  532b  |  25 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gDayOrNight
  13.   puppetsprite 48, false
  14.   turnOffDaycons
  15.   WhatDayIsIt
  16.   put "GRIZPayOff" into whichPayOff
  17.   put "GRIZBuyers" into whichBuyer
  18.   
  19.   put "P04D11A.MOV" into theMovieName
  20.   set payoffStart = 785
  21.   set payoffEnd = 865
  22.   set the castNum of sprite 23 = cast "GoTo"
  23.   updatestage
  24.   richOrPoor
  25. end